home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / arc / nulib2.lha / nulib2-101 / Smakefile < prev    next >
Makefile  |  2002-01-03  |  1KB  |  45 lines

  1. #
  2. # Makefile automatically generated by MKMK V6.55
  3. # Thu Jan 03 12:46:27 2002
  4. #
  5.  
  6. D= /nufxlib-101/
  7. CFLAGS= IDIR $D DEF UNIX_LIKE DEF HAVE_DIRENT_H OPT
  8. OBJS= SysUtils.o State.o MiscUtils.o $DMiscStuff.o Main.o List.o Filename.o \
  9.       Extract.o Delete.o ArcUtils.o Add.o
  10.  
  11. nulib2: $(OBJS) $Dnufx.lib
  12.     sc link to $@ $(OBJS) $Dnufx.lib lib:hwgunix.lib
  13.  
  14. $Dnufx.lib:
  15.     execute <<
  16. cd $D
  17. smake
  18. <
  19.  
  20. SysUtils.o: SysUtils.c Nulib2.h SysDefs.h State.h MiscStuff.h $DNufxLib.h
  21.  
  22. State.o: State.c Nulib2.h SysDefs.h State.h MiscStuff.h $DNufxLib.h
  23.  
  24. MiscUtils.o: MiscUtils.c Nulib2.h SysDefs.h State.h MiscStuff.h $DNufxLib.h
  25.  
  26. MiscStuff.o: $DMiscStuff.c SysDefs.h MiscStuff.h
  27.  
  28. Main.o: Main.c Nulib2.h SysDefs.h State.h MiscStuff.h $DNufxLib.h
  29.  
  30. List.o: List.c Nulib2.h SysDefs.h State.h MiscStuff.h $DNufxLib.h
  31.  
  32. Filename.o: Filename.c Nulib2.h SysDefs.h State.h MiscStuff.h $DNufxLib.h
  33.  
  34. Extract.o: Extract.c Nulib2.h SysDefs.h State.h MiscStuff.h $DNufxLib.h
  35.  
  36. Delete.o: Delete.c Nulib2.h SysDefs.h State.h MiscStuff.h $DNufxLib.h
  37.  
  38. ArcUtils.o: ArcUtils.c Nulib2.h SysDefs.h State.h MiscStuff.h $DNufxLib.h
  39.  
  40. Add.o: Add.c Nulib2.h SysDefs.h State.h MiscStuff.h $DNufxLib.h
  41.  
  42.  
  43. clean:
  44.     delete $(OBJS) nulib2.lnk
  45.